footer {
  width: 100%;
  min-width: 1200px;
  height: auto;
  text-align: center;
  background: #eeeeee;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer::after {
  display: block;
  content: '';
  clear: both;
}

footer a,
footer p,
footer div,
footer img,
footer span {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  color: inherit;
  font-size: inherit;
  font-family: Arial;
  line-height: inherit;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer a {
  margin: 0 5px;
}

footer>div {
  width: 1200px;
  margin: 0px auto;
}

footer>div>div.lot-open {
  font-size: 14px;
  line-height: 20px;
}

footer>div>div.lot-open a {
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
}

footer #footer {
  font-size: 0;
  padding: 30px 0;
}

footer #footer::after,
footer #footer>.components-footer-left::after {
  display: block;
  content: '';
  clear: both;
}

footer #footer>.components-footer-left {
  float: left;
  padding: 0 50px;
  border-right: 1px solid #dfdfdf;
}

footer .footer-code {
  float: left;
  padding: 0 10px;
}

footer .footer-code span {
  width: 100%;
  padding-top: 8px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

footer .components-footer-right {
  margin: 0 auto;
  /* float: left; */
  /* padding-left: 70px; */
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}

footer .components-footer-right .about-link {
  line-height: 50px;
}

.foot_bg {
  background: #f5f5f5;
  padding: 10px 0;
}

.foot_box {
  width: 1200px;
  margin: 0px auto;
  border: 1px solid #eee;
  font-size: 14px;
  background: #fff;
}

.foot_box a {
  color: #333;
}

.foot_top {
  display: flex;
  justify-content: space-between;
}

.foot_relist_box {
  padding: 6px 35px;
}

.foot_left .foot_relist_box,
.foot_bottom .foot_relist_box {
  padding: 5px 35px 5px 25px;
}

.foot_title {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.foot_relist {
  padding: 5px 0 10px 0;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.foot_bottom .foot_relist {
  border-bottom: none;
}

.foot_relist a {
  margin-top: 10px;
  margin-right: 10px;
}

.foot_right .foot_relist a {
  margin-top: 9px;
  margin-right: 10px;
}

.foot_left {
  border-right: 1px solid #eee;
}

.foot_right .foot_relist a {
  position: relative;
  padding-right: 10px;
}

.foot_right .foot_relist a::after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.foot_right .foot_relist a:last-child::after {
  display: none;
}

.foot_cp {
  display: flex;
  width: 1200px;
  margin: 10px auto;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 5px 5px;
}

.cp_img {
  background-color: #fff;
  padding: 15px 15px;
}

.foot_cp img {
  width: 160px;
}

.cp_top {
  display: flex;
  padding: 5px 5px;
}

.cp_title {
  color: #999;
}

.cp_title span {
  width: 70px;
}

.cp_top a:not(:last-child)::after {
  content: '|';
  color: #ccc;
  margin: 0 0.5rem;
}

.footer_tip {
  color: #f93e34;
}